From 3eeb70411201ae16b2920ccaa3a9a5df81fb6627 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 21 Oct 2005 20:07:54 +0100 Subject: [PATCH] Disable Xen verbosity by default. At this point I think it is best to disable 'scary' warning messages by default, even though this will also quieten down genuine error paths. The ideal solution would be to introduce DPRINTK levels (e.g., info, warning, error) and allow these to be selected at compile and/or boot time. We could then enable error messages until things have stabilised some more. Signed-off-by: Keir Fraser --- xen/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index d57ca65e51..f65564240a 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -2,7 +2,7 @@ # If you change any of these configuration options then you must # 'make clean' before rebuilding. # -verbose ?= y +verbose ?= n debug ?= n perfc ?= n perfc_arrays?= n -- 2.30.2